home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000417_news@columbia.edu_Sat Feb 4 13:53:58 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01444
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 4 Feb 1995 23:13:44 -0500
  3. Received: by apakabar.cc.columbia.edu id AA10268
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 4 Feb 1995 23:13:42 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!udel!gatech!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Help with 28.8 connection!!  *Please Read*
  9. Message-Id: <1995Feb4.195358.40611@cc.usu.edu>
  10. Date: 4 Feb 95 19:53:58 MDT
  11. References: <3h0r27$bed@lester.appstate.edu>
  12. Distribution: world
  13. Organization: Utah State University
  14. Lines: 19
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3h0r27$bed@lester.appstate.edu>, JW2998@CONRAD.APPSTATE.EDU (Watson, John McClain          ) writes:
  18. >     Hello all!  I just dl'ed Kermit 3.14 but am having trouble
  19. > configuring it for my PPI 28.8 v.34 modem.  It seems as if all of the modem
  20. > scripts that are provided come with speed locking constraints programmed
  21. > into them.  For example, when I set the pp14400 to max out at 28800 and try
  22. > to dial, I get this message.
  23. >             Locking Interface Speed at 28800...ATS87=28
  24. >             Unable to set speed at 28800
  25. >     Hence, I canot dial out.  Does anyone know how I could solve this
  26. > problem and get 28800 conections?  Thanks a million!
  27. ------------
  28.     1. If you read the modem's manual again I think you will discover
  29. that it recommends running the comms program to modem part at about 4 times
  30. the telco signaling speed. So try SET SP 57600 or even 115200 and let the
  31. modem lock the computer interface at that speed.
  32.     2. Please do read the modem information provided in the MSK
  33. distribution set so you can pick up as many useful hints as possible.
  34.     Joe D.